home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / mac / Idea Source™ / CB2.DIR / 00060.ls < prev    next >
Encoding:
Text File  |  1997-08-22  |  419 b   |  20 lines

  1. on exitFrame
  2.   go(the frame)
  3.   cursor(200)
  4.   set the locV of sprite 16 to the mouseV
  5.   set the locH of sprite 16 to the mouseH
  6.   updateStage()
  7.   if rollOver(9) then
  8.     set the memberNum of sprite 16 to 65
  9.     updateStage()
  10.   end if
  11.   if rollOver(10) then
  12.     set the memberNum of sprite 16 to 58
  13.     updateStage()
  14.   end if
  15.   if rollOver(11) then
  16.     set the memberNum of sprite 16 to 66
  17.     updateStage()
  18.   end if
  19. end
  20.